home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / program / prtfrm51.zip / FRMSRC.ZIP / FDEMO11.DFM / FDEMO11.txt
Text File  |  1996-06-21  |  3KB  |  131 lines

  1. object Form11: TForm11
  2.   Left = 76
  3.   Top = 84
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form11'
  6.   ClientHeight = 373
  7.   ClientWidth = 592
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = [fsBold]
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   TextHeight = 16
  16.   object Bevel1: TBevel
  17.     Left = 4
  18.     Top = 96
  19.     Width = 485
  20.     Height = 273
  21.     Shape = bsFrame
  22.     IsControl = True
  23.   end
  24.   object CancelBtn: TBitBtn
  25.     Left = 496
  26.     Top = 150
  27.     Width = 89
  28.     Height = 33
  29.     Caption = '&Exit'
  30.     TabOrder = 2
  31.     Kind = bkCancel
  32.     Margin = 2
  33.     Spacing = -1
  34.     IsControl = True
  35.   end
  36.   object ListBox1: TListBox
  37.     Left = 12
  38.     Top = 104
  39.     Width = 469
  40.     Height = 261
  41.     ItemHeight = 16
  42.     Sorted = True
  43.     TabOrder = 0
  44.   end
  45.   object preview: TBitBtn
  46.     Left = 497
  47.     Top = 109
  48.     Width = 88
  49.     Height = 32
  50.     Caption = 'Pre&View'
  51.     TabOrder = 1
  52.     OnClick = previewClick
  53.   end
  54.   object Panel1: TPanel
  55.     Left = 4
  56.     Top = 12
  57.     Width = 581
  58.     Height = 77
  59.     TabOrder = 3
  60.     object Label2: TLabel
  61.       Left = 16
  62.       Top = 8
  63.       Width = 553
  64.       Height = 53
  65.       Alignment = taCenter
  66.       Caption = 
  67.         'This is a demonstration of the TPrintWin Component. It displays ' +
  68.         'all the fonts that the currently selected printer can use. Pleas' +
  69.         'e avoid using the fonts that does not print well in this test'
  70.       Color = clBtnFace
  71.       Font.Color = clBlack
  72.       Font.Height = -17
  73.       Font.Name = 'Arial'
  74.       Font.Style = [fsBold]
  75.       ParentColor = False
  76.       ParentFont = False
  77.       WordWrap = True
  78.     end
  79.     object Shape1: TShape
  80.       Left = 32
  81.       Top = 68
  82.       Width = 525
  83.       Height = 5
  84.     end
  85.   end
  86.   object PrintWin1: TPrintWin
  87.     HeaderFont.Color = clBlack
  88.     HeaderFont.Height = -20
  89.     HeaderFont.Name = 'Arial'
  90.     HeaderFont.Style = [fsBold]
  91.     FooterFont.Color = clWindowText
  92.     FooterFont.Height = 12
  93.     FooterFont.Name = 'Arial'
  94.     FooterFont.Style = []
  95.     FrameObjects = True
  96.     clBtnFaceAsWhite = True
  97.     DateTimeStampEnabled = True
  98.     PageNumberEnabled = True
  99.     OutputTo = poViewer
  100.     Orientation = Default
  101.     Units = poInches
  102.     ViewButtonVisible = False
  103.     LineWidth = 0
  104.     GridBackDrop = False
  105.     GridBackDropUnits = poInches
  106.     ZoomPercentage = 100.000000000000000000
  107.     HeaderTop = 0.500000000000000000
  108.     HeaderLeft = 0.500000000000000000
  109.     HeaderStringCenter = 'Font Print Test'
  110.     HeaderEnabled = True
  111.     HeaderOutlined = True
  112.     HeaderFilled = False
  113.     TextColor = clBlack
  114.     ViewBkColor = 11234567
  115.     ViewHeading = 'Printit Viewer'
  116.     HeadingColor = clSilver
  117.     FrameStyle = frThin
  118.     FooterTop = 25.130000000000000000
  119.     FooterString = '                                                  '
  120.     FooterEnabled = True
  121.     FooterOutlined = True
  122.     FooterFilled = False
  123.     FixSansSerif = True
  124.     BorderLeft = 0.500000000000000000
  125.     BorderRight = 0.500000000000000000
  126.     LineSpacing = 2.800000000000000000
  127.     Left = 236
  128.     Top = 96
  129.   end
  130. end
  131.